home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 0622 / PCZONE0622.iso / Patches / Op Flash / OFPPatch.exe / OFPPatch_Upgrade_1_30.exe / 0 / RCDATA / ADD\TEMPLATES\1-8_D_FLAGFIGHT.ABEL\DESCRIPTION.EXT < prev    next >
Text File  |  2001-11-09  |  864b  |  38 lines

  1. respawn=3
  2. respawndelay=20
  3.  
  4. onLoadMission=$STRD_01
  5.  
  6. titleParam1 = $STRD_08;
  7. valuesParam1[] = {10000, 300, 600, 900, 1200, 1500, 1800, 2700, 3600, 7200};
  8. defValueParam1 = 1800;
  9. textsParam1[] = {$STRD_12, $STRD_T005, $STRD_T010, $STRD_T015, $STRD_T020, $STRD_T025, $STRD_T030, $STRD_T045, $STRD_T060, $STRD_T120};
  10.  
  11. titleParam2 = $STRD_09;
  12. valuesParam2[] = {10000, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 120, 140, 160, 180, 200, 250, 300};
  13. defValueParam2 = 50;
  14. textsParam2[] = {$STRD_12, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 120, 140, 160, 180, 200, 250, 300};
  15.  
  16.  
  17. class CfgSounds
  18. {
  19.     sounds[] = 
  20.         {
  21.             UScore, UCapture
  22.         };
  23.     class UScore
  24.     
  25.     {
  26.         name = "UScore";
  27.         sound[] = {"UScore.ogg", 1, 1.0};
  28.         titles[] = {    };
  29.     };
  30.     class UCapture
  31.     
  32.     {
  33.         name = "UCapture";
  34.         sound[] = {"UCapture.ogg", 10, 1.0};
  35.         titles[] = {    };
  36.     };
  37. };
  38.